home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 001014_tim@maths.tcd.ie_Mon Sep 26 19:19:41 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from salmon.maths.tcd.ie by cs.umb.edu with SMTP id AA15710
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Mon, 26 Sep 1994 19:19:41 -0400
  3. Received: from hamilton.maths.tcd.ie by salmon.maths.tcd.ie
  4.            Via SMTP (FibreOptic) id aa29626; 27 Sep 94 0:19 BST
  5. Subject: Re: help with latex
  6. To: Megan Jasek <megan@kocrsv01.delcoelect.com>
  7. Date: Tue, 27 Sep 1994 00:19:32 (BST)
  8. From: Timothy Murphy <tim@maths.tcd.ie>
  9. Cc: tex-k@cs.umb.edu
  10. In-Reply-To: <199409262231.AA08414@gmlink.gmeds.com> from "Megan Jasek" at Sep 26, 94 05:31:10 pm
  11. X-Mailer: ELM [version 2.4 PL21]
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset=US-ASCII
  14. Content-Transfer-Encoding: 7bit
  15. Content-Length: 386       
  16. Message-Id:  <9409270019.aa05371@hamilton.maths.tcd.ie>
  17.  
  18. > i am trying to install latex on my Crimson Elan SGI Machine.
  19. > i got that crazy wchar_t error.  i read the fixes.  where
  20. > do define NO_FOIL_X_WCHAR_T and what do i define it too?
  21.  
  22. I change the definition of CFLAGS in Makefile.in 
  23. in the top directory to
  24.  
  25. #CFLAGS = -g $(XCFLAGS)
  26. CFLAGS = -O -s -DNO_FOIL_X_WCHAR_T $(XCFLAGS)
  27.  
  28. The change from "-g" to "-O -s" is not necessary.
  29.